In this instance$ { FileName { token= 1} { separator=.}} will evaluate to the first token split by the character "." effectively keeping the file name but removing the extension. 计算由“.”分隔的第一个标记值,有效地保留文件名并移除扩展名。
Then$ { FilePath { token=-2} { separator=/}} evaluates to the same as the Destination Agent previously. 而${FilePath{token=-2}{separator=/}}计算出与前面的目标代理相同的值。
FilePath { token=-2} { separator=/}} is read by the resource monitor using the value as with$ { FilePath}. 资源监控器使用与${FilePath}相似的值读取${FilePath{token=-2}{separator=/}}。
This token must have a string value after the separator. 对于该令牌,必须在分隔符之后给出串值。